Database Adapter
interface DatabaseAdapter
Functions
Link copied to clipboard
Begins a transaction in EXCLUSIVE mode.
Link copied to clipboard
Compiles an SQL statement into a reusable pre-compiled statement object.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Execute
statement
and return the ID of the row inserted due to this call.Link copied to clipboard
Execute this SQL statement, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard